projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43744cb
)
(direct_output_for_insert): Set updated_area
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 28 Aug 2001 09:01:08 +0000
(09:01 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 28 Aug 2001 09:01:08 +0000
(09:01 +0000)
before insering/writing glyphs.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 5e16897b93ffcef15b8508ce3d60c08e72c5aaed..165b6e4757b63b8d9c500bd7300cad4fa4b83357 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-3586,6
+3586,7
@@
direct_output_for_insert (g)
implemented for X frames. The implementation uses updated_window
and updated_row. */
updated_row = glyph_row;
+ updated_area = TEXT_AREA;
update_begin (f);
if (rif)
{